Limit MATLAB Test product installation check to decision, condition, and mcdc metric levels#98
Limit MATLAB Test product installation check to decision, condition, and mcdc metric levels#98mw-kapilg wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Definite improvement. There's still a puzzle to me because we default to mcdc so this won't be on by default in most cases, even if the user provides all of the other required information.
Also, there's still the problem that if the user requests a coverage report with any other format, this won't show up. It seems like in almost all real use-cases where the user provides enough info to collect coverage, this won't show up.
For the first issue: For the second issue, we don't have a better architecture to support it at the moment |
|
Closing this PR and will create a new one with proposed changes |
Summary
CodeCoverageSummaryPluginServiceis now only performed fordecision,condition, andmcdcmetric levels.statementandfunctionmetric levels, coverage summary generation no longer requires the MATLAB Test product to be installed.license('test', 'matlab_test')check continues to apply for all metric levels.